
@media (max-width:786px) {
    .responsive-br{
        display: none;
    }
}

/* ------------------------------------ */

/* popup */

.overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(6px);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.popup-banner{
    background:url("https://res.cloudinary.com/cryptiecraft/image/upload/v1754761789/assets/popup-banner.png");
   background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 100px;
    border-radius: 1rem 1rem 0px 0px;
}
.popup-banner img{
    padding-block: 50px;
    width: 100px;
    height: auto;
}
.popup-content {
    background-color: white;
    border-radius: 20px;
    text-align: center;
    width: 40%;
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.popup-content .illustration {
    width: 300px;
    margin-bottom: 20px;
}
.popup-content-container{
    padding: 50px;    
}
.popup h2 {
    font-size: 31px !important;
    font-weight: 500;
    color: #0099cc;
    margin-bottom: 20px;
}

.button-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.button-container a{
    text-decoration: none;
}

.button-container button {
    width: 100%;
    padding: 10px 25px;
    border: none;
    border-radius: 1.5rem;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: background-color 0.3s;
}

.button-container button img{
    width: 30px;
    height: auto;
}
.whatsapp-btn {
    background-color: #5FD669;
    color: black;
}

.whatsapp-btn:hover {
    background-color: #339e72;
}

.teams-btn {
    background-color: #282888;
    color: white;
}

.teams-btn:hover {
    background-color: #282888a9;
}

.close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 24px;
    color: white;
    cursor: pointer;
}

.close-btn:hover {
    color: #000;
}


@media (max-width:1200px) {
    .Whitelabel-hero-left-button{
        width: 100%;
    }
    
    .Coinbase-Clone-button{
     font-size: 12px;
     padding: 12px 20px;
    }
}
@media (max-width:1000px) {
    .popup-banner img{
        width:70px;
        height: auto;
    }
    .popup-content-container {
        padding:20px
    }
}
@media (max-width:986px) {
     .overlay{
        width: 100% !important;
     }
   .overlay .button-container{
        display: flex;
        gap:5px;
        margin: auto;
    }
    .overlay .button-container button{
         width: 100%;
         font-size: 14px;
    }

    .Coinbase-Clone-button{
     font-size: 12px;
     padding: 12px 20px;
    }
}
@media (max-width:786px) {
    .popup-content{
        width: 70%;
    }
    .popup-content-container{
        padding:25px;
    }
    .popup-content-container h2{
        font-size: 30px !important;
    }
    .popup-banner img {
        width: 80px;
        height: auto;
    }
}

@media (max-width:568px) {
    .popup-banner img{
        width: 100px;
        height: auto;
        padding-top:0px;
        padding-bottom:50px;
    }
    .popup-content-container h2{
        font-size: 24px !important;
    }
    .popup-content-container p{
        font-size: 14px;
    }
    .Coinbase-Clone-button{
     font-size: 12px;
     padding: 12px 20px;
    }
    .Whitelabel-hero-left h1{
        font-size: 30px !important;
    }
   .overlay{
    padding:20px !important
   }
   .overlay h2{
    font-size: 16px;
   }
  .overlay .button-container button{
    font-size: 12px;
  }
      .popup-content {
        width: 90%;
      }
}


.binance-home-crypto{
    background: linear-gradient(to right, #FFFFFF, #92E0EE82);
    margin-top: 70px ;
    padding-block: 100px;
    padding-inline:50px;
}
@media (max-width:986px) {
   .binance-home-crypto .row{
    width: 100%;
    margin: auto;
}
.binance-home-crypto .row .col-lg-6{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
}
.binance-home-crypto-flex{
    display: flex;
    gap: 10px;
    align-items: center;
}
.binance-home-crypto-flex a{
    display: flex;
    gap: 10px;
    text-decoration: none;
}
.home-title span{
    color: #0A97BE;
}
.binance-home-crypto-para{
    margin-block: 20px;
}

@media (max-width:786px) {
    .binance-home-crypto .binance-home-crypto-container{
    width: 100%;
    text-align: center;
}

}
@media (max-width:486px) {
    .binance-home-crypto{
      
        padding-block: 30px 10px;
        padding-inline: 10px;
    }
    .binance-home-crypto .home-title{
        font-size: 30px !important;
    }
    .binance-home-crypto-para{
        text-align: justify;
    }
}
.binance-home-crypto .home-title{
  
    font-size: 50px;
}

.bybit .binance-home-crypto-box{
    width:90%;
    display: flex;
    margin:auto;
    height: 100%;
    align-items: center;
    justify-content: center;
}

@media (max-width:1200px) {
    .binance-home-crypto-box{
        width: 100%;
    }
}
@media (max-width:486px) {
    .binance-home-crypto-box

 {
    margin-top: 20px;
 }

}

/* MAIN BUTTON */
.binance-choose-solution-section-heading-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: 100%;
  max-width: 180px;
  padding: 6px 20px;
  border: none;
  border-radius: 2rem;
  background: linear-gradient(90deg, #0A97BE 0%, #333 100%);
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  transition: background-color 0.3s ease;
}
@media (max-width:786px) {
    .binance-home-crypto-flex a{
    width: 100%;
}
.binance-choose-solution-section-heading-btn {
    width: 100%;
}
.binance-home-crypto-button.unactive{
    max-width: 100% !important;
    width: 100%;
}

}

/* BACKGROUND SLIDE */
.binance-choose-solution-section-heading-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #0A97BE 0%, #333 100%);
  transform: translateX(-100%);
  transition: transform 0.5s ease;
  z-index: 0;
}

.binance-choose-solution-section-heading-btn:hover::before {
  transform: translateX(0%);
}

/* ICON MOVES LEFT TO RIGHT */
.binance-choose-solution-section-heading-btn-i {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.5s ease;
  color: white;
  z-index: 1;
}

.binance-choose-solution-section-heading-btn:hover .binance-choose-solution-section-heading-btn-i {
  transform: translate(130px, -50%);
}

/* TEXT */
.binance-choose-solution-section-heading-btn-para {
  margin: 0 auto;
  color: white;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}

/* UNACTIVE STATE */
.binance-home-crypto-button.unactive {
  background: #eee;
  max-width: 220px;
  color: black !important;
  display: flex;
  gap: 20px;
}

.binance-home-crypto-button.unactive .binance-choose-solution-section-heading-btn-para,
.binance-home-crypto-button.unactive .binance-choose-solution-section-heading-btn-i {
  color: black !important;
}

.binance-home-crypto-button.unactive::before {
  display: none;
}

.binance-home-crypto-button.unactive:hover {
  background: #ddd;
}

.binance-home-crypto-button.unactive:hover .binance-choose-solution-section-heading-btn-i {
  transform: translate(5px, -50%);
}
.binance-home-crypto-button.unactive:hover .binance-choose-solution-section-heading-btn-para{
    color: #0A97BE !important;
}
/* RESPONSIVE */
@media (max-width: 400px) {
  .binance-choose-solution-section-heading-btn {
    padding: 10px 16px;
  }

  .binance-home-crypto-button.unactive:hover .binance-choose-solution-section-heading-btn-i {
    transform: translate(3px, -50%);
  }
}


/* --------------------- */

.bybit .what-binance{
    padding-block:50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background:url('https://res.cloudinary.com/cryptiecraft/image/upload/v1754816046/assets/Pattern.png');
    background-position:bottom center;
    width: 100%;
    min-height: 500px;
    background-size: contain;
    background-repeat: no-repeat;

}
.bybit .what-binance-h2 {
    text-align: center;
}
.bybit .what-binance-h2 span{
    color: #0A97BE;
}
.bybit .what-binance-para{
    line-height: 2;
    padding-block: 20px;
    width: 75%;
    margin: auto;
    text-align: justify;
}
@media (max-width:786px) {
    .bybit .what-binance-para{
        width: 100%;
    }
}

@media (max-width:486px) {
    .bybit .what-binance-h2{
        text-align: left;
        padding-inline: 20px;
    }
    .bybit .what-binance {
        padding-block: 50px;
    }
      .bybit .what-binance {
        text-align: center;
      }
      .bybit .what-binance-para{
        width: 95%;

        text-align: justify;
        padding-inline: 10px;
      }
}




/* ---------------------------- */
@media (max-width:1200px) {
   .BinanceClone-workflow-container{
    margin-inline: 10px;
}
.workflow-img-img2 {
    width: 120% !important;
}
.workflow-img-img{
    width: 270px !important;
}

}
.BinanceClone-workflow-container .col-lg-5{
    width: 38% !important;
    gap: 40px;
}
.BinanceClone-workflow-container .row{
    gap: 40px;
}
.workflow-section {
    position: relative;
    padding: 50px 20px 0px 20px;
    text-align: center;
    margin-bottom: 40px;
}

.workflow-title {
    padding-bottom: 20px;
    color: black;
    /* margin-bottom: 40px; */
    font-size: 40px;
    font-weight: 500;
}
.workflow-section-p{
    padding-bottom: 40px;
    width: 80%;
    margin: auto;
}


.workflow-container {
    align-items: center;
    margin-top: 40px;
    position: relative;
}

.workflow-img {
    position: relative;
}

.workflow-img-img {
    width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.workflow-img img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    position: absolute;
    height: auto;
    border-radius: 20px;
}
.workflow-img-img2{
    width: 130%;
}
.workflow-card {
    position: relative;
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 20px 5px 5px 10px;
    /* leave space for icon */
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}


.number-icon {
    position: absolute;
    top: -40px;
    left: 20px;
    width: 80px;
    height: 80px;
}

.number-icon img {
    width: 100%;
    height: auto;
}

.workflow-card h5 {
    color: #0ea5e9;
    margin-bottom: 10px;
    text-align: start;
    font-size: 25px;
}

.workflow-card p {
    font-size: 15px;
    text-align: justify;
}

.left-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;}

.right-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media (max-width:986px) {
    .workflow-img-img2 {
    width: 100% !important;
}
    .workflow-card{
        margin-bottom: 60px;
    }
   

      .left-col {
        justify-content: flex-start;
        height: 650px;
    }

    .right-col {
        justify-content: flex-end;
          height:950px;
    }

    .workflow-img {
        width: 30% !important;
        position: absolute;
        top: 50%;
        left: 35%;
    }
}
@media (max-width:986px) {
    
       .workflow-img {
        width: 30%;
        position: absolute;
        top: 45%;
        left: 35%;
    }
    .BinanceClone-workflow-container .col-lg-5{
        width: 100% !important;
        gap:0px;
    }
}
@media (max-width:786px) {
   .bybit .right-col{
        height: 1370px;
    }
}
@media (max-width:486px) {
        .right-col {
            height: 1250px;
        }
  .bybit .right-col{
        height: 1470px;
    }
    .workflow-card p{
        font-size: 13px;
    }
    .workflow-card h5{
        font-size: 20px;
    }
   .bybit .workflow-section{
        padding:10px 10px 0px 10px;
        margin-bottom: 0px;
    }
    .workflow-section-p{
        width: 100%;
    }
     .workflow-img-img2{
        width: 170% !important;
    }
    .workflow-img-img2 {
    width: 190%;
}

}


/* -------------------- */
.decentralized-exchange-development2-how{
    padding-block: 50px;
    background: #EDF2F799;
}
.decentralized-exchange-development2-how h2{
    text-align: center;
}
.decentralized-exchange-development2-how h2 span{
    color: #0A97BE;

}
.decentralized-exchange-development2-how-para{
    text-align: center;
    width: 70%;
    margin: auto;
    padding-block: 20px;
}
.decentralized-exchange-development2-how-box{
    padding-inline: 50px;
    padding-block: 10px;
    border: 3px solid #0A97BE;
    border-radius: 1rem;
    min-height: 100%;
    transition: all 0.3s ease;
    background-color: white;

}
.decentralized-exchange-development2-how .decentralized-exchange-development2-how-box:hover{
    padding-left: 70px;
    padding-right:30px;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.decentralized-exchange-development2-how-box h5{
    color:#0A97BE;
}
.decentralized-exchange-development2-how-box p{
    margin-bottom: 0px !important;
}


@media (max-width:786px) {
    .decentralized-exchange-development2-how-para{
        width: 95%;
    }
    .decentralized-exchange-development2-how{
        padding-block: 20px;
    }
    .decentralized-exchange-development2-how h2 {
       padding-inline: 20px;
        text-align: left;
    }
}

@media (max-width:486px) {
    .decentralized-exchange-development2-how .decentralized-exchange-development2-how-box:hover{
        padding-left: 0px;
        padding-right: 0px;
    }
    .decentralized-exchange-development2-how-box{
        padding-inline: 10px;
    }
   
    .decentralized-exchange-development2-how p{
        line-height: 1.7;
        text-align: left;
        padding-inline: 10px;
    }
}



/* ------------------------------- */


.binance-feature-box-section-container-left {
position: sticky;
top: 50px;
}

.binance-feature-box-section{
    background-color: #EDF2F780;
    padding-block: 50px;
}
.binance-feature-box-section-container{
    margin-inline: 20px;
}
.binance-feature-box-section-container h2{
    width:100%;
    margin:auto;
    text-align: center;
    margin-bottom: 30px;
}
.binance-feature-box-section-para{
   width: 70%;
   margin: auto;
   margin-bottom: 30px;
}
.binance-feature-box-section-banner{
    height: 100%;
    display: flex;

}
.binance-feature-box-section-banner-img {
    width: 90%;
    /* height: 100%; */

    /* height: 900px; */
}
.binance-feature-box-section-banner-img img{
    width: 80%;
    /* height: 100%; */
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    object-fit: cover;
    border-radius: 1rem;
}
.binance-feature-box-section-div1-box{
    padding:15px;
    /* background-color: #A9DBE8; */
    border-radius: 20px;
    margin-bottom: 20px;
    min-height: 100%;
    border:1px solid #0A97BE;
    box-shadow: 0px 20px 25px -5px #0000001A;
    background-color: white;
}
.binance-feature-box-section-div1-box img{
    width: 50px;
    margin-bottom: 10px;
}
.binance-feature-box-section-div1-box h5{
color:#0A97BE;}
.binance-feature-box-section-div1-box-para{
    font-size: 16px;
}

.binance-feature-box-section-div2{
    margin-top: 100px;
}
.binance-feature-box-section-container-userheader{
    text-align: center;
    color: #0A97BE;
}
.binance-feature-box-section-container-header{
    text-align: center;
    color: #0A97BE;
}
@media (max-width:1200px) {
    .binance-feature-box-section .container{
        max-width:1140px !important;
    }
    .binance-feature-box-section-div1-box{
    padding:10px;
    }
}
@media (max-width:1100px) {
    .binance-feature-box-section-div1-box-para{
   font-size: 14px;
    }
}

@media (max-width:986px) {
    .binance-feature-box-section-banner-img {
    width: 100%;
    height: 500px;
}
    .binance-feature-box-section-banner h2{
        text-align: center;
    }
    .binance-feature-box-section-content{
        margin-top:10px;
    }
    .binance-feature-box-section-div1-box-para{
   font-size: 14px;
    }
}
@media (max-width:786px) {
    .binance-feature-box-section-container h2{
        width: 100%;
    }
     .binance-feature-box-section-div1-box-para{
   font-size: 15px;
    }
    .binance-feature-box-section-div2{
        margin-top: 0px;
    }
    .binance-feature-box-section-banner-img {
        height: 100%;
    }
    .binance-feature-box-section-div1-box{
   height: fit-content;
}
}

@media (max-width:486px) {
    .binance-feature-box-section-container h2{
        text-align: left;
    }
    .binance-feature-box-section-div1-box-para{
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 0px !important;
    
    }
    .binance-feature-box-section-banner-img {
        width: 80%;
        margin: auto;
    }
    .binance-feature-box-section-container{
        margin-inline: 20px;
    }
    .binance-feature-box-section{
        padding-block: 20px;
        margin-top: 0px;
    }
    .binance-feature-box-section-para{
        text-align: justify;
        width: 100%;
        
        line-height: 1.7;
    }
}



.security-features {
  padding: 50px 0;
  opacity: 0;
  transition: opacity 1s ease;
}
.security-features h2{
    text-align: center;
    color: #0A97BE;
}
.security-features.active {
  opacity: 1;
}

.shield-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.shield-image {
  width: 400px;
  z-index: 1;
}

.arrow-container {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.arrow-item {
  position: absolute;
  /* width: 2px; */
  /* height: 0; */
  background: #00e0ff;
  transition: height 0.4s ease-out;
}

.arrow-item img {
  /* content: ""; */
  position: absolute;
  top: 30px;
  width: 0;
  transition: width 0.4s ease-out 0.4s;
}

.arrow-item::before {
  content: attr(data-text);
  position: absolute;
  top: 0px;
  right: 250px !important;
  white-space: nowrap;
  opacity: 0;
  font-size: 14px;
  transition: opacity 0.3s ease 0.8s;
  color: #0A97BE;
}

/* Left side arrow animation */
.arrow-item.left {
  left: calc(50% - 100px);
}

.arrow-item.left img {
  width: 150px;
  height: 100%;
}

.left1 img{
    top:20%;
    right:50px;
}
.left2 img{
    top:35%;
    right:50px;
}
.left3 img{
    top:35%;
    right:50px;
}
.left4 img{
    top: 35%;
    right: 20px;
}
.left5 img{
    top: 35%;
    right: -50px;
}
.arrow-item.left::before {
  right: 65px;
}

/* Right side arrow animation */
.arrow-item.right {
  right: calc(50% - 100px);
}

.arrow-item.right img {
 width: 150px;
  height: 100%;
}
.right1 img{
    top:20%;
    left:50px;
}
.right2 img{
    top:35%;
    left:50px;
}
.right3 img{
    top:35%;
    left:50px;
}
.right4 img{
    top: 35%;
    left: 20px;
}
.right5 img{
    top: 35%;
    left: -50px;
}
.arrow-item.right::before {
  left: 250px;
}

/* When triggered */
.arrow-item.animate {
  height: 30px;
}

.arrow-item.animate image {
  width: 60px;
}

.arrow-item.animate::before {
  opacity: 1;
}

@media (max-width:1200px) {
    .security-features{
        width: 90%;
                margin: auto;

    }
    .shield-image {
        width: 300px;
    }
    .arrow-item.right{
            right: 400px !important;
    }
.arrow-item.right::before {
                left: 160px !important;
  right: 380px !important;
}
.arrow-item.left::before {
            right: 160px !important;
}
    .arrow-item.left img{
        width: 100px;
    }
      .arrow-item.right img{
        width: 100px;
    }
}

@media (max-width:1030px) {
    .security-features{
        width: 100% !important;
    }
    .shield-image{
        width: 300px;
    }
        .arrow-item.left::before {
            right: 160px !important;
        }
        .arrow-item.right{
            right: 400px !important;
        }
            .arrow-item.right::before {
                left: 160px !important;
            }
}

@media (max-width:986px) {
  
    /* .shield-wrapper{
        display: block;
        margin:auto;
    } */
    .shield-image{
        display: flex;
        margin: auto;
    }
    .arrow-container{
        position: relative;
    }
    .arrow-item{
        position: relative;
        background-color: white;
    }
    .arrow-item img{
        display: none;
    }
    .arrow-item.left {
        left: 0%;
    }
    .arrow-item.right{
        right:0% !important;
    }
    .arrow-item::before{
        right: 0px !important;
    }
    .arrow-item.left::before{
        left: 0px !important;
    }
    .arrow-item.right::before{
        left: 0px !important;
        width: 100%;
    }
}


@media (max-width: 986px) {

   .security-features{
    padding-top: 0px;
   }
  .shield-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .arrow-container {
    display: contents; /* Use contents so internal arrow-items stack naturally */
  }

  .arrow-item {
    position: relative;
    background: none;
    text-align: center;
    margin: 5px 0;
  }

  .arrow-item img {
    display: none; /* Hide arrows on mobile */
  }

.arrow-item::before {
  content: attr(data-text);
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #0A97BE;
  background-color: #F4F9FB;
  border-left: 4px solid #0A97BE;
  padding: 12px 18px;
  margin: 8px 0;
  border-radius: 6px;
  /* width: 100%; */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  transition: background 0.3s ease, transform 0.3s ease;
  text-align: left;

}
.arrow-item{
    width: 100%;
}
.arrow-item.left::before{
    right: 0px !important;
}

.arrow-item:hover::before {
  background-color: #e8f5fb;
  transform: translateX(4px);
}


  .shield-image {
    display: block;
    margin: 0 auto;
    width: 200px;
  }

  /* Stack left items at top and right at bottom */
  .left {
    order: 1;
  }

  .shield-image {
    order: 2;
  }

  .right {
    order: 3;
  }
}

@media (max-width:486px) {
    .security-features h2{
        text-align: left;
    }
    .shield-image{
        margin-top: 20px;
    }
}



 /* -------------------------------- */
    .binance-clone-script2-development{
                position: relative;
                background-color: #EDF2F780;
  z-index: -2;
  height: 600px;
    }
    .binance-feature-box-section-container-right{
        position: sticky;
        top: 50px;
    }
    .binance-clone-script2-development-container{
        margin-right: 20px;

    }
    .binance-clone-script2-development-right{
        padding:40px 40px 40px 60px;
        border-radius: 5rem 0px 0px 5rem;
        border: 3px solid #0A97BE;
        position: relative;
        background-color: white;
      
     
    }
    .binance-clone-script2-development-right h3{
        /* text-align: center; */
        /* color: #0A97BE; */
    }

    .binance-clone-script2-development-right p{
        line-height: 2;
    }
       .binance-clone-script2-development-right-bottom{
        position: absolute;
        width: 60%;
        height: 10px;
        background-color: #0A97BE;
        right: 0;
        bottom: 0;
        border-radius: 1rem 0px 0px 0px;
       }
.binance-clone-script2-development-right-container{

    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.binance-clone-script2-whitelabel-left h3{
      margin-bottom: 20px;
}
.binance-clone-script2-development-left{
    width: 100%;
    height: 600px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.binance-clone-script2-development-left::before{
     content: "";
     position: absolute;
     width: 60%;
     height: 600px;
     top: 0;
     right: 100px;
     left:0;
     bottom: 0;
     background-color: #0A97BE;
     z-index: -1;
}
       .binance-clone-script2-development-left img{
        width: 70%;
        z-index: 2;
       }
@media (max-width:986px) {
    .binance-clone-script2-development-container .row{
        width: 100%;
        margin: auto;
    }
}
.binance-clone-script2-development-right-img{
    display: none;
}
@media (max-width:486px) {
    .binance-clone-script2-development-right-img{
        display: block;
    }
    .binance-clone-script2-development-left{
        display: none;
    }
    .binance-clone-script2-development-container .col-lg-7{
      padding-left: 0px !important;
      padding-right: 0px !important;
    }
    .binance-clone-script2-development-right img{
         height: 250px;
         display: flex;
         
         margin:20px auto;
    }
    .binance-clone-script2-development-right-bottom{
        display: none;
    }
    .binance-clone-script2-development{
        height: 100%;
    }
    .binance-clone-script2-development-right {
        padding:20px;
        border-radius: 2rem;
    }
      .binance-clone-script2-development-right p{
        line-height: 1.8;
      }
      .binance-clone-script2-development-container{
        margin-inline: 10px;
      }
      .binance-clone-script2-development-right-container{
        margin-top: 20px;
      }
}


 /* --------------------types----------------- */
 .crypto-token-development2-types{
    padding-top: 50px;
    padding-bottom: 50px;
 }
 .crypto-token-development2-types h2{
    text-align: center;
 }
 .crypto-token-development2-types h2 span{
    color: #0A97BE;
 }
  .crypto-token-development2-types-para{
    text-align: center;
    width: 70%;
    margin: auto;
    margin-block: 20px;
 }
 .crypto-token-development2-types h2 span{
    color: #0A97BE;
 }
 .crypto-token-development2-types-box{
    display: flex;
    gap: 10px;
    align-items: start;
    min-height: 100%;
    padding: 20px;
    /* align-items: center; */
 }
 .crypto-token-development2-types-box p{
    margin-bottom: 0px !important;
    
 }
 .crypto-token-development2-types-box img{
    width: 60px;
    height: auto;
 }
 .crypto-token-development2-types-container{
    margin-inline: 50px;
 }
 .crypto-token-development2-types-container .col-lg-4{
    padding-left: 0px !important;
    padding-right:0px !important
 }
 .crypto-token-development2-types-box-div h5{
    color:#0A97BE
 }
 .crypto-token-development2-types-box.box1{
    border-right: 2px solid #0A97BE;
 }
  .crypto-token-development2-types-box.box2{
    border-right: 2px solid #0A97BE;
 }
  .crypto-token-development2-types-box.box4{
    border-top: 2px solid #0A97BE;
    border-right: 2px solid #0A97BE;
 }
   .crypto-token-development2-types-box.box5{
    border-top: 2px solid #0A97BE;
    border-right: 2px solid #0A97BE;
 }
   .crypto-token-development2-types-box.box6{
    border-top: 2px solid #0A97BE;
 }

  .crypto-token-development2-types-box.box7{
    border-top: 2px solid #0A97BE;
    border-right: 2px solid #0A97BE;
 }
  .crypto-token-development2-types-box.box8{
    border-top: 2px solid #0A97BE;
        border-right: 2px solid #0A97BE;

 }
   .crypto-token-development2-types-box.box9{
    border-top: 2px solid #0A97BE;
        /* border-right: 1px solid #0A97BE; */

 }
@media (max-width:786px) {
    .crypto-token-development2-types h2{
        text-align: left;
        padding-inline: 20px;
    }
    .crypto-token-development2-types-box{
        border-bottom: 2px solid #0A97BE;
        border-top:none !important;
        border-left: none !important;
        border-right:none !important;
    }
    .crypto-token-development2-types-container {
        margin-inline: 20px;
    }
    .crypto-token-development2-types-para{
        width: 100%;
        padding-inline: 20px;
        text-align: left;
    }
    .crypto-token-development2-types
{
    padding-top: 0px;
    padding-bottom: 20px;

}

}


 .decentralized-exchange-development2-services{
    padding-block: 50px;
 }
.decentralized-exchange-development2-services p{
 width:70%;
  margin:auto;
  text-align:center;
}

@media(max-width:500px){
   .decentralized-exchange-development2-services p{
     width:100%;
     padding-inline:20px;
  }
}
.decentralized-exchange-development2-services-container{
    margin-inline:  40px;
}
.decentralized-exchange-development2-services-container .col-lg-6{
    /* margin-bottom: 80px; */
}
.decentralized-exchange-development2-services h2{
    text-align: center;
    margin-bottom: 20px;
      color: #0A97BE;
}
@media (max-width:486px) {
    .decentralized-exchange-development2-services h2{
        text-align: left;
        padding-inline: 20px;
    }
    .decentralized-exchange-development2-services p{
           text-align: left;
        padding-inline: 20px;
    }
}
 .decentralized-exchange-development2-services-container-div{
    /* background: url("/assets/crypto-token-development2/Subtract.png");
    background-position:top center;
    background-size: contain; */
    /* background-repeat: no-repeat; */
    /* height: 200px; */
    text-align: center;
    width: 100%;
    margin-inline: auto;
    border:3px solid #0A97BE;
        position: relative;
        margin-top: 80px;
        border-radius: 0.5rem;
        min-height: 80%;
/*  */
 }
 .decentralized-exchange-development2-services-container-div h4{
    margin-top: 60px;
    color:#0A97BE;
 }
  .decentralized-exchange-development2-services-container-div p{
    padding-inline: 10px;
  }
 .decentralized-exchange-development2-services-container-div-img{

    width: 50%;
    margin: auto;
    padding-bottom: 20px;
 }
 .polygon-shape{
        width: 100px;

    height: 100px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
 }

  /* .polygon-shape::before{
    content: '';
    box-shadow: 0px 0px 10px #000;
  } */
    .icon{
    width: 60px;
    height: auto;
        position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
  
  }

  
@media (max-width:786px) {
    .decentralized-exchange-development2-services{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    .decentralized-exchange-development2-services-container
{
    margin-inline: 20px;
}
.decentralized-exchange-development2 .designed-grid-box-section{
padding-block: 50px;
}
.decentralized-exchange-development2 .designed-grid-box-section-header{
    width: 100%;
}
.designed-grid-box-section-header span{
    color: #0A97BE;
}
.decentralized-exchange-development2 .designed-grid-box-section-para{
    width: 100%;
    margin-block: 20px;
}
.decentralized-exchange-development2-services-container-div{
    min-height: fit-content;
}
.decentralized-exchange-development2-services-container .col-lg-6{
    margin-bottom: 40px;
}
}




/* --------------------revenue------------ */
.whitelabele-crypto-currency-Revenue{
    background-color: #EDF2F780;
    padding-top: 100px;
    padding-bottom: 30px;
}
.whitelabele-crypto-currency-Revenue h2{
    color: #0A97BE;
    text-align: center;
}
.whitelabele-crypto-currency-Revenue p{
    text-align: center;
    width: 70%;
    margin: auto;
    padding-block: 30px;
}
.whitelabele-crypto-currency-Revenue-box{
    box-shadow: 0px 0px 18px 0px #00000040;
    border: 3px solid #0A97BE5E;
    border-radius: 13px;
    margin-bottom: 30px;
    text-align: center;
    padding: 20px;
    background-color: white;
    min-height: 100%;
}
.whitelabele-crypto-currency-Revenue-box img{
    width: 100px;
    margin-bottom: 20px;
}
.whitelabele-crypto-currency-Revenue-box h5{
    text-align: center;
    color: #0A97BE;
    
}

@media (max-width:486px) {
    .whitelabele-crypto-currency-Revenue{
        padding-top: 20px;
    }
    .whitelabele-crypto-currency-Revenue h2{
        text-align: left;
        padding-inline: 20px;
    }
    .whitelabele-crypto-currency-Revenue p{
        width: 100%;
        text-align: left;
        padding-inline: 20px;
    }
    .whitelabele-crypto-currency-Revenue-box{
        padding: 10px;
    }
    .whitelabele-crypto-currency-Revenue-box img{
        width: 70px;
    }
    .whitelabele-crypto-currency-Revenue-box h5{
        font-size: 16px;
    }
}



/* banner-grid-section */

.banner-grid-section{
    margin-block: 50px;
}
.banner-grid-section-container{
    border-radius: 1rem;
    box-shadow: 0px 0px 5px black;
}
.banner-grid-section-container-content{
    padding-block: 50px;
}
.banner-grid-section-container-content-container{
    margin-inline: 40px;
}
.banner-grid-section-container-img{
    background: url("https://res.cloudinary.com/cryptiecraft/image/upload/v1754806303/assets/banner-grid-section.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-block: 100px;
     border-radius: 1rem 1rem 0px 0px ;
     object-fit: contain;
     min-height: 100px;
     width: auto;
}
.banner-grid-section-container-div-header{
    text-align: center;
    background-color:#0A97BE63 ;
    padding-block: 20px;
    color:white;
}
.banner-grid-section-container-div-header p{
    color: white;
    padding-inline: 20px;
}
.banner-grid-section-container-content-box{
    padding:15px;
    box-shadow: 0px 0px 5px black;
    border-radius: 0.5rem;
    min-height: 100%;
    position: relative;
}
.banner-grid-section-container-content-box:hover{
    box-shadow: 0px 0px 10px #0A97BE;
}
.banner-grid-section-container-content-box h4{
    text-align: center;
    color:#0A97BE;
}
.banner-grid-section-container-content-box .box-number {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #009ddc;
    color: white;
    font-weight: bold;
    border-radius: 20% 0px 25% 0px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    z-index: 1;
}
.binance-choose-solution-section-button{
    display: flex;
    margin:auto;
    width: 100%;
    margin-top: 50px;
    align-items: center;
    justify-content: center;
}

@media (max-width: 786px) {
  .banner-grid-section-container-content-container {
    margin-inline: 20px;
  }
}

@media (max-width:786px) {
    .banner-grid-section-container-content-box h4{
        padding-top: 40px;
    }
}
@media (max-width:486px) {
    .banner-grid-section-container-img{
        padding-block: 50px;
    }
}


@media (max-width:486px) {
    .opensea-portfolio h2{
    padding-inline: 20px;
}
}




.faq-left-box-question,
.faq-right-box-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-radius: 0.5rem;
  /* background-color: rgba(0, 0, 0, 0.589); */
  cursor: pointer;
}
.faq{
    background-color: #EDF2F780;
    padding-block: 50px;
}
.faq h2{
    color:#0A97BE;
    text-align: center;
    margin-bottom: 20px;
}
.faq-left-box-question p i{
    font-size: 30px;
}
.faq-right-box-question p i{
    font-size: 30px;
}
.faq-left-box-question p{
    margin-bottom: 0px !important;
}
.faq-right-box-question p{
    margin-bottom: 0px !important;
}

.faq-box {
  /* border: 1px solid black; */
  background-color: white;
  border-radius: 0.5rem;
  margin-bottom: 20px;
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;  transition: all 0.3s ease;
}
.faq-box:hover .faq-left-box-question-para{
    color:#0A97BE;
}
.faq-box:hover .faq-left-box-question-icon{
    color: #0A97BE;
}
.faq-box.active{
    border:2px solid #0A97BE;
     box-shadow: 0px 0px 5px #0A97BE;
}
.faq-box:hover{
        border:2px solid #0A97BE;

        box-shadow:0px 0px 5px #0A97BE;
}

.faq-left-box-answer,
.faq-right-box-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0 20px;
  transition: max-height 0.5s ease, opacity 0.3s ease, padding 0.3s ease;
}

.faq-box.active .faq-left-box-answer,
.faq-box.active .faq-right-box-answer {
  max-height: 300px; /* set high enough for your content */
  opacity: 1;
  padding: 10px 20px;
}

.faq-question-icon {
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  transition: transform 0.3s ease, color 0.3s ease;
  line-height: 1;
  transform-origin: center;
  color: #000;
}

.faq-box.active .faq-question-icon {
  transform: rotate(45deg);
  color: #0A97BE;
}

/* Rotate to make "+" look like "×" */
.faq-box.active .faq-question-icon {
  transform: rotate(45deg);
  color: #0A97BE;
}

.faq-box-question .faq-left-box-question-icon i{
    font-size: 30px;
}
.faq-box.active .faq-left-box-question-icon {
  transform: rotate(45deg);
  color: #0A97BE;
}
.faq-container{
    margin-inline: 20px;
}
.faq-box.active .faq-left-box-question-para,
.faq-box.active .faq-left-box-question-icon,
/* .faq-box.active .faq-left-box-answer p,
.faq-box.active .faq-right-box-answer p, */
.faq-box.active .faq-right-box-question p,
.faq-box.active .faq-left-box-question p {
  color: #0A97BE;
  font-weight: 600;
}

@media (max-width:786px) {
    .faq-left-box-question p{
        font-size: 14px;
    }
    .faq-question-icon i{
        font-size: 14px;
    }
}



/* --------------------- */

.bybit .crypto-exchange-dev-cta-container {
    position: relative;
    margin-top: 130px !important;
    height: 400px;
}
.bybit .crypto-exchange-dev-cta-container1{
    margin-top: 80px !important;
}
.hero-section {
    background-color: #009ddc;
    background-image: url('https://res.cloudinary.com/cryptiecraft/image/upload/v1754761178/assets/P2P-Crypto-Exchange-Development/cta_pattern.png');
    /* Optional background image */
    background-repeat: repeat;
    background-size: contain;
    /* padding: 100px 0 100px; */
    overflow: visible;
    width: 90%;
    height: 80%;
    margin: auto;
    border-radius: 0.5rem;
    color: white;
    display: flex;
    align-items: end;
    min-height: 100px;
}

.hero-section p {
    color: white !important;
    font-size: 20px;
}

/* Optional white grid overlay */
.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 80px 80px;
    z-index: 0;
    min-height: 100px;
}

.hero-content {
    position: relative;
    z-index: 1;
    transform: translateY(40%);
}

.hero-buttons .btn {
    border-radius: 50px;
    padding: 10px 25px;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 500;
}

.btn-whatsapp {
    background-color: #0f8339;
    color: white;
}

.btn-telegram {
    background-color: white;
    color: #007bff;
    border: 1px solid #007bff;
}

.hero-image2 {

    z-index: 1;
}

.hero-image {

    z-index: 1;
}

.hero-image2 img {
    width: 100%;
    height: 100%;
}

.hero-image img {
    width: 100%;
    height: 100%;
}

@media (min-width:2000px) {
    .hero-image {
        width: 90%;
    }

    .hero-image2 {
        width: 85%
    }
}

@media (max-width:1200PX) {
    .crypto-exchange-dev-cta-container {
        margin-top: 130px !important;
    }

    .hero-image2 {
        height: 460px;
    }

    .hero-image {
        height: 460px
    }

}

@media (max-width:986px) {
    .hero-image2 {
        height: 480px;
    }

    .hero-image {
        height: 480px
    }
}

/* Responsive Fix */
@media (max-width:786px) {
    .hero-image {
        display: none;
    }

    .hero-image2 {
        display: none;
    }
}

@media (max-width: 768px) {
    .hero-content {
        transform: translateY(0px);
    }

    .hero-section {
        text-align: center;
        padding: 40px 0 60px;
    }

    .hero-image {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        max-width: 100%;
        margin-top: 30px;
    }

    .hero-buttons {
        justify-content: center;
    }
}

@media (max-width:486px) {
    .bybit .crypto-exchange-dev-cta-container{
        margin-top: 30px !important;
        height: auto;
    }
   .p2p-crypto-exchange2 .crypto-exchange-dev-cta-container{
        margin-top: 0px !important;
        height: 100%;
    }

    .hero-section p {
        font-size: 18px;
    }

    .hero-section {
        width: 100%;
    }
}

/*  schedule-cta-banner */


.schedule-cta-banner{
    background-color: #5FD8EB;
    padding:50px;
    margin-block: 100px;
    
}
.shedule-cta-banner-button a{
    text-decoration: none;
}
.shedule-cta-banner-left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.shedule-cta-banner-left-img{
   width: 100%;
  
  display: flex;
  justify-content: center;
  align-items: center;
  }
.shedule-cta-banner-left-img img{

    width: 350px;  
   
   display: block;
}
@media (max-width:986px) {
    .shedule-cta-banner-left-img{
        display: none;
    }
}
.shedule-cta-banner-button{
    display: flex;
    gap: 10px;
    /* justify-content: center; */
    width: 90%;
}

.schedule-button-whatsapp{
     width: 100%;
    height: auto;
    border: none;
    border:1px solid #25D366; /* WhatsApp green */
    padding: 8px 15px;
    border-radius: 15px;
    color: #25D366;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.5px;
    box-shadow: 0px 6px 3px rgba(37, 211, 102, 0.4);
    transition: all 0.4s ease !important;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.schedule-button-telegram{
 width: 100%;
    border: none;
   border:1px solid #0088cc; 
padding: 8px 15px;    border-radius: 15px;
    color: #0088cc;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.5px;
    box-shadow: 0px 6px 5px rgba(0, 136, 204, 0.4);
    transition: all 0.4s ease !important;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.schedule-button-teams{
     width: 100%;
    border: none;
    border:1px solid #2B2B40; /* WhatsApp green */
padding: 8px 15px;    border-radius: 15px;
    color: #2B2B40;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.5px;
    box-shadow: 0px 6px 15px rgba(37, 211, 102, 0.4);
    transition: all 0.4s ease !important;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.schedule-button-whatsapp::before {
      content: '';
    position: absolute;
    top: 0;
    left: -120%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transform: skewX(-20deg);
    transition: left 0.5s ease !important;
}
.schedule-button-teams::before {
      content: '';
    position: absolute;
    top: 0;
    left: -120%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transform: skewX(-20deg);
    transition: left 0.5s ease !important;
}
.schedule-button-whatsapp:hover::before {
    left: 120%;
}
.schedule-button-teams:hover::before {
    left: 120%;
}
.schedule-button-telegram::before {
       content: '';
    position: absolute;
    top: 0;
    left: -120%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transform: skewX(-20deg);
    transition: left 0.5s ease !important;
}
.schedule-button-whatsapp:hover{
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0px 10px 20px rgba(37, 211, 102, 0.5);
}
.schedule-button-telegram:hover{
     transform: translateY(-3px) scale(1.03);
    box-shadow: 0px 10px 20px rgba(0, 136, 204, 0.5);
}
.schedule-button-teams:hover{
     transform: translateY(-3px) scale(1.03);
    box-shadow: 0px 10px 20px rgba(0, 136, 204, 0.5);
}
.schedule-button-telegram:hover::before {
    left: 120%;
}

.shedule-cta-banner-left p{
    margin-block: 20px;
}
.schedule-button-whatsapp img{
    width: 20px;
}
.schedule-button-telegram img{
    width: 20px;
}
.schedule-button-teams img{
    width: 20px;
}
@media (max-width:1100px) {
   .shedule-cta-banner-button button{
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 10px;
   }
      .shedule-cta-banner-button button img{
        width: 18px;
      }
}
@media (max-width:986px) {
    .shedule-cta-banner-button{
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }
       

}




.triangle-container{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    height: 600px;
    width: 100%;
    position: relative;
}
.triangle-container::before{
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background-color: #0a97be10;
    backdrop-filter: blur(20%);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
      box-shadow:0px 0px 500px #0a97be3d;
  z-index: -1;
    
}
.triangle-container-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.triangle-container-box .card-box{
    width: 130px;
    height: 180px;
    padding:10px;
    margin: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #0A97BE;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.514);
    border-radius: 0.5rem;
    background-color: white;

}
.triangle-container-box .card-box p{
    text-align: center;
}
.triangle-container-box .card-box img{
    width: 80px;
}
.cryptiecraft-whychooseus{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.cryptiecraft-whychooseus h2{
    text-align: left;
}
.cryptiecraft-whychooseus .highlight{
    color:#0A97BE;
}
.cryptiecraft-whychooseus p{
    font-size: 18px;
    line-height: 1.3;
    text-align: justify;
    color: black;
}

.cryptiecraft-whychooseus .stats{
    background: linear-gradient(to right,#0A97BE,#054658);
    background-clip: text;
    color: transparent;
    width: fit-content;
    font-size: 30px;
    font-weight: bold;
}
.cryptiecraft-whychooseus .get-demo-btn{
    padding:10px 20px;
    border:none;
    border-radius: 0.5rem;
    width: 50%;
    background-color: #0A97BE;
    color:white;
}


@media (max-width:1200px) {
    .triangle-container-box .card-box {
        width: 100px;
        height: 140px;
    }
    .triangle-container-box .card-box img {
        width: 50px;
    }
    .triangle-container-box .card-box p{
        font-size: 12px !important;
    }
}

@media (max-width:986px) {
        .triangle-container-box .card-box {
        width: 130px;
        height: 170px;
    }
}
@media (max-width:786px) {
    .triangle-container-box .card-box{
        width: 100px;
        height: 150px;
    }
   
}

@media (max-width:580px) {
     .triangle-container {
        height: 380px;
    }
      .triangle-container-box .card-box{
        width: 80px;
        height: 120px;
    } 
        .triangle-container-box .card-box img {
            width: 40px;
        }
            .triangle-container-box .card-box p{
                font-size: 10px !important;
            }
}
@media (max-width:486px) {
    .triangle-container-box .card-box{
        width: 70px;
        height: 100px;
    } 
        .triangle-container-box .card-box img {
            width: 30px;
        }
             .triangle-container-box .card-box p {
        font-size: 7px !important;
    }
    .cryptiecraft-whychooseus p {
        font-size: 14px;
    }
}
@media (max-width:400px) {
        .triangle-container-box .card-box {
            width:60px;
            height: 100px;
        }
}

@media (max-width:370px) {
        .triangle-container-box .card-box {
        width: 50px;
        height: 90px;
    }

        .triangle-container-box .card-box img
{
    width: 20px;
}
    .triangle-container-box .card-box p {
        font-size: 7px !important;
    }
}

.bybit-build{
    background-color: #EDF2F7;
    padding-block: 50px;
}

.bybit-build img{
    width: 100%;
}

@media (max-width:486px) {
    .bybit-build-left{
        padding-inline: 10px;
    }
}